home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 299
- Top = 258
- ActiveControl = Edit1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Add Auto-Top'
- ClientHeight = 57
- ClientWidth = 153
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 0
- Width = 153
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Wildcards (*,?) may be used'
- end
- object Edit1: TEdit
- Left = 0
- Top = 16
- Width = 153
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 0
- Top = 40
- Width = 75
- Height = 17
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 80
- Top = 40
- Width = 73
- Height = 17
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-